home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / panic.man < prev    next >
Encoding:
Text File  |  1989-02-14  |  1.1 KB  |  69 lines

  1.  
  2.  
  3.  
  4. panic                 C Library Procedures                  panic
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      panic - Print error message and kill process
  12.  
  13. SSYYNNOOPPSSIISS
  14.      vvooiidd
  15.      ppaanniicc((_f_o_r_m_a_t,, _a_r_g,, _a_r_g,, ......))
  16.  
  17. AARRGGUUMMEENNTTSS
  18.      char   *_f_o_r_m_a_t   (in)      Format string for  error  message
  19.                                 to print.
  20.  
  21.      ??   arg  _i_n               Optional   additional   arguments
  22.                                 providing information to print.
  23.  
  24. _________________________________________________________________
  25.  
  26.  
  27. DDEESSCCRRIIPPTTIIOONN
  28.      PPaanniicc prints an error message on the standard error file and
  29.      then kills the process by calling aabboorrtt.  The _f_o_r_m_a_t and _a_r_g
  30.      arguments control the printing of the  message  just  as  if
  31.      they had been passed to pprriinnttff.
  32.  
  33.  
  34. KKEEYYWWOORRDDSS
  35.      abort, error, message, panic
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  February 14, 1989                  1
  66.  
  67.  
  68.  
  69.